home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts53-10
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Capturing the help button click of the standard dialogs
- Date: Fri, 29 Mar 96 23:32:54 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4jhs00$rdm@sam.inforamp.net>
- NNTP-Posting-Host: ts53-10.tor.istar.ca
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- Anybody know how this is done?
- I tried processing the following message in OWL
- and nothing happened...
- EV_REGISTERED(HELPMSGSTRING, EvHelp),
-
- I set the following in the OPENFILENAME struct...
- ofn.hwndOwner = GetApplication()->GetMainWindow()->HWindow;
- ofn.Flags = OFN_ENABLEHOOK | OFN_SHOWHELP;
-
- According to the documentation that is all
- that I need to do. Doesn't work. And I can't
- find an example anywhere.
-
- Agrivar
-
-
- Agrivar
-
- aka Randy Charles Morin
- MiddleWorld SoftWare
- Canada: 1-800-363-3780
- Other: 905-279-2087
-